Skip to content

Conversation

@Githubguy132010
Copy link
Owner

This pull request introduces a new process for tracking package updates in the build workflow. The changes primarily involve modifications to the GitHub Actions workflow configuration and the addition of a new script for tracking package updates.

Workflow Enhancements:

  • Added a step to download previous package versions if available, to facilitate comparison with current versions (.github/workflows/build.yaml).
  • Introduced a step to generate package updates by executing a new script inside the Arch Linux container (.github/workflows/build.yaml).
  • Modified the release notes generation to include package updates if they exist (.github/workflows/build.yaml).
  • Ensured the package_versions.txt file is included in the build artifacts (.github/workflows/build.yaml).

New Script for Package Tracking:

  • Added scripts/package_tracking/track_package_updates.sh to track package updates, compare current and previous versions, and generate a report (scripts/package_tracking/track_package_updates.sh).

@Githubguy132010 Githubguy132010 merged commit dd28a7f into main Apr 3, 2025
3 checks passed
@Githubguy132010 Githubguy132010 deleted the dev branch April 3, 2025 16:26
@Githubguy132010 Githubguy132010 restored the dev branch April 3, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants